reftests: Fix background-size-zero test
authorBenjamin Otte <otte@redhat.com>
Wed, 27 Mar 2019 04:19:42 +0000 (05:19 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000 (09:56 +0100)
We were drawing nothing, causing a timeout.

testsuite/reftests/background-size-zero.css

index 8e9389ba1e45ae1313ea89f3b5016791dacb9672..8dc2d3337e00f437502fc584020ebd0ad412718b 100644 (file)
@@ -1,6 +1,7 @@
 @import "reset-to-defaults.css";
 
 .background {
+  background-color: red;
   background-image: linear-gradient(to right, blue, blue);
   background-size: 0%;
 }